home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / trans.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  2KB  |  82 lines

  1. #if !defined(AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_)
  2. #define AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // trans.h : header file
  8. //
  9.  
  10. #include "ras.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Ctrans dialog
  14.  
  15. class Ctrans : public CPropertyPage
  16. {
  17.     DECLARE_DYNCREATE(Ctrans)
  18. public:
  19.   char RasString[256];
  20.   RASDIALPARAMS dial;
  21.   int hms;
  22. // Construction
  23.     Ctrans();   // standard constructor
  24.     ~Ctrans();   // standard constructor
  25.  
  26. // Dialog Data
  27.     //{{AFX_DATA(Ctrans)
  28.     enum { IDD = IDD_Debut };
  29.     CButton    m_ctl_rasshut;
  30.     CButton    m_ctl_rasdisc;
  31.     CStatic    m_ctlcnx;
  32.     CComboBox    m_ctlrasid;
  33.     CStatic    m_ctl_wait;
  34.     CEdit    m_ctl_ss;
  35.     CEdit    m_ctl_mm;
  36.     CEdit    m_ctl_hh;
  37.     CString    m_hh;
  38.     CString    m_mm;
  39.     CString    m_ss;
  40.     BOOL    m_wait;
  41.     int        m_rasid;
  42.     BOOL    m_rasdisc;
  43.     BOOL    m_rasshut;
  44.     //}}AFX_DATA
  45.  
  46.  
  47. // Overrides
  48.     // ClassWizard generated virtual function overrides
  49.     //{{AFX_VIRTUAL(Ctrans)
  50.     protected:
  51.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  52.     //}}AFX_VIRTUAL
  53.  
  54. // Implementation
  55. protected:
  56.   char* GetTip(int id);
  57.   void OnHelpInfo2();
  58.   void FillProviderList(int fill);
  59.   BOOL isfilled;
  60.  
  61.     // Generated message map functions
  62.     //{{AFX_MSG(Ctrans)
  63.     afx_msg void OnChangehh();
  64.     virtual BOOL OnInitDialog();
  65.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  66.     afx_msg void OnSelchangerasid();
  67.     afx_msg void OnDropdownrasid();
  68.     afx_msg void Onrasdisc();
  69.     //}}AFX_MSG
  70.   virtual BOOL OnKillActive( );
  71.   virtual BOOL OnQueryCancel( );
  72.   virtual BOOL OnWizardFinish( );
  73.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  74.   virtual BOOL OnSetActive( );
  75.     DECLARE_MESSAGE_MAP()
  76. };
  77.  
  78. //{{AFX_INSERT_LOCATION}}
  79. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  80.  
  81. #endif // !defined(AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_)
  82.